PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableColumn Class / PDFFlowTableColumn Constructor / PDFFlowTableColumn Constructor(double,boolean)
Column width.
True if the width is relative to table, false if it is an absolute value.
In This Topic
    PDFFlowTableColumn Constructor(double,boolean)
    In This Topic
    Initializes a new PDFFlowTableColumn object.
    Syntax
    public PDFFlowTableColumn( 
       double width,
       boolean isWidthRelativeToTable
    )

    Parameters

    width
    Column width.
    isWidthRelativeToTable
    True if the width is relative to table, false if it is an absolute value.
    See Also